-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mlpack] Add feature openmp #18942
[mlpack] Add feature openmp #18942
Conversation
@DanL1234 Can you please test Thanks. |
Hi @JackBoosY - absolutely, would love to help. Can you tell me what I need to do? (I guess I need to try a fix you have made in a branch?) Sorry, but you will need to give me baby-steps as I am not familiar with git (I worked in tortoise SVN many years ago, so get the underlying idea, if not the procedure). Ps. Thank you for your help on this issue - very much appreciated. :-) |
@DanL1234 You can click the |
@JackBoosY - hi there. I just got around to trying this and had an issue. Steps I took:
All dependencies are built fine according to powershell output, until it gets to "mlpack", package 80 of 80. Issue seen: See attached screen capture and log that is being referred to. (plus an extra one for fun ;-))
Did I do something wrong do you think? Thanks in advance. |
From your logs I can see that you're running out of memory when compiling mlpack. Also in order to test that the feature works it should be
|
Successfully tested new feature locally. |
Fixes #18423.